home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue58 / System / MainForm.dfm < prev    next >
Encoding:
Text File  |  2000-05-06  |  5.7 KB  |  261 lines

  1. object Form1: TForm1
  2.   Left = 314
  3.   Top = 229
  4.   Width = 643
  5.   Height = 488
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 424
  20.     Width = 79
  21.     Height = 13
  22.     Caption = 'Caption Position:'
  23.   end
  24.   object GroupBoxEx1: TGroupBoxEx
  25.     Left = 24
  26.     Top = 24
  27.     Width = 369
  28.     Height = 297
  29.     BiDiMode = bdLeftToRight
  30.     Caption = 'Groovy Groups'
  31.     Color = clBtnFace
  32.     Font.Charset = ANSI_CHARSET
  33.     Font.Color = clBlack
  34.     Font.Height = -11
  35.     Font.Name = 'Arial'
  36.     Font.Style = []
  37.     ParentBiDiMode = False
  38.     ParentColor = False
  39.     ParentFont = False
  40.     TabOrder = 0
  41.     Advanced.CaptionPos = gbLeftTop
  42.     Advanced.CaptionFont.Charset = ANSI_CHARSET
  43.     Advanced.CaptionFont.Color = 8404992
  44.     Advanced.CaptionFont.Height = -19
  45.     Advanced.CaptionFont.Name = 'Arial'
  46.     Advanced.CaptionFont.Style = []
  47.     OnEnableDisableQuery = GroupBoxEx1EnableDisableQuery
  48.     OnPaintCaptionBackground = GroupBoxEx1PaintCaptionBackground
  49.     object DateTimePicker1: TDateTimePicker
  50.       Left = 48
  51.       Top = 32
  52.       Width = 113
  53.       Height = 22
  54.       CalAlignment = dtaLeft
  55.       Date = 36637.9895153704
  56.       Time = 36637.9895153704
  57.       DateFormat = dfShort
  58.       DateMode = dmComboBox
  59.       Kind = dtkDate
  60.       ParseInput = False
  61.       TabOrder = 0
  62.     end
  63.     object Edit1: TEdit
  64.       Left = 48
  65.       Top = 80
  66.       Width = 121
  67.       Height = 22
  68.       TabOrder = 1
  69.       Text = 'Edit1'
  70.     end
  71.     object Memo1: TMemo
  72.       Left = 48
  73.       Top = 168
  74.       Width = 161
  75.       Height = 89
  76.       Lines.Strings = (
  77.         'Memo1')
  78.       TabOrder = 2
  79.     end
  80.     object ListBox1: TListBox
  81.       Left = 208
  82.       Top = 40
  83.       Width = 121
  84.       Height = 97
  85.       ItemHeight = 14
  86.       TabOrder = 3
  87.     end
  88.     object ComboBox1: TComboBox
  89.       Left = 224
  90.       Top = 160
  91.       Width = 89
  92.       Height = 22
  93.       ItemHeight = 14
  94.       TabOrder = 4
  95.       Text = 'ComboBox1'
  96.     end
  97.     object SpinEdit1: TSpinEdit
  98.       Left = 224
  99.       Top = 216
  100.       Width = 97
  101.       Height = 23
  102.       MaxValue = 0
  103.       MinValue = 0
  104.       TabOrder = 5
  105.       Value = 0
  106.     end
  107.     object CheckBox2: TCheckBox
  108.       Left = 56
  109.       Top = 126
  110.       Width = 81
  111.       Height = 17
  112.       Caption = 'CheckBox2'
  113.       TabOrder = 6
  114.     end
  115.   end
  116.   object CheckBox1: TCheckBox
  117.     Left = 16
  118.     Top = 344
  119.     Width = 137
  120.     Height = 17
  121.     Caption = 'Enable Group Box'
  122.     Checked = True
  123.     State = cbChecked
  124.     TabOrder = 1
  125.     OnClick = CheckBox1Click
  126.   end
  127.   object CheckBox3: TCheckBox
  128.     Left = 16
  129.     Top = 368
  130.     Width = 185
  131.     Height = 17
  132.     Caption = 'Add Spaces either side of caption'
  133.     Checked = True
  134.     State = cbChecked
  135.     TabOrder = 2
  136.     OnClick = CheckBox3Click
  137.   end
  138.   object CheckBox4: TCheckBox
  139.     Left = 16
  140.     Top = 392
  141.     Width = 153
  142.     Height = 17
  143.     Caption = 'Show Group Box border'
  144.     Checked = True
  145.     State = cbChecked
  146.     TabOrder = 3
  147.     OnClick = CheckBox4Click
  148.   end
  149.   object CaptionPosCombo: TComboBox
  150.     Left = 104
  151.     Top = 420
  152.     Width = 145
  153.     Height = 21
  154.     Style = csDropDownList
  155.     ItemHeight = 13
  156.     TabOrder = 4
  157.     OnChange = CaptionPosComboChange
  158.     Items.Strings = (
  159.       'gbTopLeft'
  160.       'gbTopMiddle'
  161.       'gbTopRight'
  162.       'gbBottomLeft'
  163.       'gbBottomMiddle'
  164.       'gbBottomRight'
  165.       'gbLeftTop'
  166.       'gbLeftMiddle'
  167.       'gbLeftBottom'
  168.       'gbRightTop'
  169.       'gbRightMiddle'
  170.       'gbRightBottom')
  171.   end
  172.   object GroupBoxEx2: TGroupBoxEx
  173.     Left = 424
  174.     Top = 176
  175.     Width = 185
  176.     Height = 105
  177.     Enabled = False
  178.     TabOrder = 5
  179.     Advanced.CaptionFont.Charset = ANSI_CHARSET
  180.     Advanced.CaptionFont.Color = clWindowText
  181.     Advanced.CaptionFont.Height = -19
  182.     Advanced.CaptionFont.Name = 'Arial'
  183.     Advanced.CaptionFont.Style = [fsBold]
  184.     object CheckBox5: TCheckBox
  185.       Left = 24
  186.       Top = 32
  187.       Width = 97
  188.       Height = 17
  189.       Caption = 'CheckBox5'
  190.       Enabled = False
  191.       TabOrder = 0
  192.     end
  193.     object CheckBox6: TCheckBox
  194.       Left = 24
  195.       Top = 64
  196.       Width = 97
  197.       Height = 17
  198.       Caption = 'CheckBox6'
  199.       Enabled = False
  200.       TabOrder = 1
  201.     end
  202.     object CheckBox7: TCheckBox
  203.       Left = 24
  204.       Top = 48
  205.       Width = 97
  206.       Height = 17
  207.       Caption = 'CheckBox7'
  208.       Enabled = False
  209.       TabOrder = 2
  210.     end
  211.   end
  212.   object GroupBoxEx3: TGroupBoxEx
  213.     Left = 424
  214.     Top = 56
  215.     Width = 185
  216.     Height = 105
  217.     TabOrder = 6
  218.     Advanced.CaptionFont.Charset = DEFAULT_CHARSET
  219.     Advanced.CaptionFont.Color = clWindowText
  220.     Advanced.CaptionFont.Height = -11
  221.     Advanced.CaptionFont.Name = 'MS Sans Serif'
  222.     Advanced.CaptionFont.Style = []
  223.     object Button1: TButton
  224.       Left = 16
  225.       Top = 24
  226.       Width = 75
  227.       Height = 25
  228.       Caption = 'Button1'
  229.       TabOrder = 0
  230.     end
  231.     object Button2: TButton
  232.       Left = 16
  233.       Top = 56
  234.       Width = 75
  235.       Height = 25
  236.       Caption = 'Button2'
  237.       TabOrder = 1
  238.     end
  239.   end
  240.   object RadioButton1: TRadioButton
  241.     Left = 432
  242.     Top = 54
  243.     Width = 89
  244.     Height = 17
  245.     Caption = 'Choices'
  246.     Checked = True
  247.     TabOrder = 7
  248.     TabStop = True
  249.     OnClick = RadioButton2Click
  250.   end
  251.   object RadioButton2: TRadioButton
  252.     Left = 432
  253.     Top = 179
  254.     Width = 113
  255.     Height = 17
  256.     Caption = 'More Choices'
  257.     TabOrder = 8
  258.     OnClick = RadioButton2Click
  259.   end
  260. end
  261.